From: Jo-Philipp Wich Date: Fri, 17 Aug 2018 04:58:53 +0000 (+0200) Subject: luci-base: remove fake password field from tab order X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=9e3f710cac3454235422deb4bebe3a96e8bcba24;p=project%2Fluci.git luci-base: remove fake password field from tab order Set a negative tabindex on the dummy password field to not break the form tab order flow. Signed-off-by: Jo-Philipp Wich Signed-off-by: Yousong Zhou (cherry picked from commit 8c77975d1bfc9f79580b83f5b5e591b8b4cae67f) --- diff --git a/modules/luci-base/luasrc/view/cbi/value.htm b/modules/luci-base/luasrc/view/cbi/value.htm index 24fb428e65..8eec865348 100644 --- a/modules/luci-base/luasrc/view/cbi/value.htm +++ b/modules/luci-base/luasrc/view/cbi/value.htm @@ -1,6 +1,6 @@ <%+cbi/valueheader%> <%- if self.password then -%> - /> <%- end -%>